Carbon


DICIProcPtr

Header: FSM.h Carbon status: Unsupported

typedef OSErr(* DICIProcPtr) (
    SInt16 whatFunction, 
    void *paramBlock, 
    void *fsdGlobalPtr
);

You would declare your function like this if you were to name it MyDICICallback:

OSErr MyDICICallback (
    SInt16 whatFunction, 
    void *paramBlock, 
    void *fsdGlobalPtr
);
whatFunction
paramBlock
fsdGlobalPtr
function result

A result code.

AVAILABILITY

Not supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)